google.golang.org/grpc/internal/transport.http2Server.bdpEst (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L103: bdpEst *bdpEstimator
http2_server.go#L293: t.bdpEst = &bdpEstimator{
http2_server.go#L340: t.loopy = newLoopyWriter(serverSide, t.framer, t.controlBuf, t.bdpEst, t.conn, t.logger, t.outgoingGoAwayHandler, t.bufferPool)
http2_server.go#L798: if t.bdpEst != nil {
http2_server.go#L799: sendBDPPing = t.bdpEst.add(size)
http2_server.go#L920: if t.bdpEst != nil {
http2_server.go#L921: t.bdpEst.calculate(f.Data)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)